Skip to content

Conversation

@zhangbiao-phy
Copy link
Collaborator

@zhangbiao-phy zhangbiao-phy commented Jan 5, 2026

  • Add Ct-->triton Kpi and Che3-->He3 Kpi into the 3prong
  • Add light nuclei track quality cut (include ITS pid)

Tag @fgrosa for the informations

@github-actions
Copy link

github-actions bot commented Jan 5, 2026

O2 linter results: ❌ 25 errors, ⚠️ 8 warnings, 🔕 11 disabled

@github-actions github-actions bot changed the title Complete the charmed hypernuclei search and add light-nuclei track-quality QA to the skimming task [Common,PWGHF] Complete the charmed hypernuclei search and add light-nuclei track-quality QA to the skimming task Jan 5, 2026
@zhangbiao-phy zhangbiao-phy changed the title [Common,PWGHF] Complete the charmed hypernuclei search and add light-nuclei track-quality QA to the skimming task [Common,PWGHF] Complete the charmed hypernuclei search and add light-nuclei track-quality cut to the skimming task Jan 5, 2026
Copy link
Collaborator

@fgrosa fgrosa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @zhangbiao-phy thanks a lot for the development! I still didn't check the full PR in detail, but I have a couple of important comments to be kept in mind

@vkucera vkucera marked this pull request as draft January 8, 2026 01:15
zhangbiao-phy added a commit to zhangbiao-phy/O2Physics that referenced this pull request Jan 8, 2026
[PWGHF] Please consider the following formatting changes to AliceO2Group#14390
@zhangbiao-phy zhangbiao-phy marked this pull request as ready for review January 12, 2026 12:37
@zhangbiao-phy
Copy link
Collaborator Author

hi @vkucera, could you take a look my commits for your comments? Thanks a lot

Configurable<bool> useIsQualityTrackITSForSoftPion{"useIsQualityTrackITSForSoftPion", true, "check qualityTracksITS status for soft pion tracks"};
// proton PID, applied only if corresponding process function enabled
Configurable<LabeledArray<float>> selectionsPid{"selectionsPid", {hf_presel_pid::CutsPid[0], 5, 6, hf_presel_pid::labelsRowsPid, hf_presel_pid::labelsCutsPid}, "PID selections for proton / kaon / deuteron applied if proper process function enabled"};
Configurable<LabeledArray<float>> selectionsPid{"selectionsPid", {hf_presel_pid::CutsPid[0], 7, 6, hf_presel_pid::labelsRowsPid, hf_presel_pid::labelsCutsPid}, "PID selections for proton / kaon / deuteron / triton /helium applied if proper process function enabled"};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't hard-code the dimensions.

constexpr int ChannelsTritonPid = ChannelsProtonPid::NChannelsProtonPid + 2;
constexpr int ChannelsHeliumPid = ChannelsProtonPid::NChannelsProtonPid + 3;
constexpr int NChannelsPidFor3Prong = static_cast<int>(ChannelsProtonPid::NChannelsProtonPid) + static_cast<int>(ChannelsKaonPid::NChannelsKaonPid) + static_cast<int>(ChannelsLightNucleiPid::NChannelsLightNucleiPid);
enum class ChannelsNucleiQA : int {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
enum class ChannelsNucleiQA : int {
enum class ChannelsNucleiQA : int {

@vkucera
Copy link
Collaborator

vkucera commented Jan 15, 2026

hi @vkucera, could you take a look my commits for your comments? Thanks a lot

Thanks for addressing my comments. I have added a couple more suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

3 participants